
	/* Top Menu background color */
	#header.header-scrolled {
		transition: all 0.5s;
		background-color: rgba(8, 172, 196, 0.95);
		color:#ffe700;
	}
	#header.header-scrolled .main-menu {
		border-color: transparent;
	}
	.mainmenu_area{
		background-color: rgba(8, 172, 196, 0.95);
		color:#ffe700;
	}

	/* Conference Abbriviation fore-color */
	.ConfAbbriviation {
		color: #ffe700;
	}

	/* Home page Top background image */
	.banner-area {
		background: url(4.jpg) right;
		background-size: cover;
	}
	.banner-area .overlay-bg {
		background-color: rgba(4, 9, 30, 0.50);
	}
	.banner-area1 {
		background: url(bg.jpg) right;
		background-size: cover;
	}
	.banner-area1 .overlay-bg {
		background-color: rgba(4, 9, 30, 0.69);
	}
	
	/*  sub-page images  */
	.about_page_barner_area {
    position: relative;
    background: url(sub-bg.jpg)no-repeat scroll 0 0;
    background-size: cover;
    min-height: 180px;
	}

    .about_page_barner_area:after {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.455;
        position: absolute;
        top: 0;
        width: 100%;
    }

	/* .banner-content h1   main.css */
	.confTitle{
		color:#ffe700;
	}
	.confDate{
		color:white;
	}

	/* three boxes */
	.single-feature .title {
		background: rgba(8, 172, 196, 0.65);
	}
	
	/* pri-btn-grn  main.css */
	.pri-btn-grn {
		background-color: rgba(8, 172, 196, 0.95);
		color: white !important;
		font-weight: 600;
		font-size: 14px;
		padding: 10px;
		padding-left: 9px;
		padding-left: 9px;
		margin: 2px;
		display: inline-block;
		border-radius:3px;
	}
	.pri-btn-grn:hover {
		background-color: #f7631b;
		color: black;
	}

	/* All heading colors */
	h1, h2, h3, h4, h5, h6 {
		color: #006ac4;
	}

	/* abstract background */
	.callForAbstractBackground{
		background: url(sub-bg.jpg) right;
		background-size: cover;
		background-color: #15b0c72b;		
		color:white !important;
		text-shadow: 1px 1px #000 !important;
	}
	
	/* flash news slider */
	.newsSliderBackground{
		background-color: #fffbac;
	}
	
	/* core commitee slider background */
	.top-category-widget-area {
		background-color: #fffbe8;
	}

	/* pulishing journal slider background */
	.top-category-widget-area1 {
	   background-color: rgba(255, 249, 191, 0.5);
	}
	
	/* footer-area above the bottom most strip */
	.footer-area {
		background-color: #135862;
	}
	
	/* bottom strip */
	.footerStrip{
		background: #044751 none repeat scroll 0 0;
	}
		
	/* side bars titles*/
	.page_title > h3 {
    color: #006ac4;
    font-size: 20px;
    font-size: x-large;
	}
	
	.s_sidebar > h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #006ac4;
	}


	

